home *** CD-ROM | disk | FTP | other *** search
/ Historia Visual de la Argentina / Historia Visual de la Argentina (Disc 2) (1931-1955) (Argentina) / HVA19311955.bin / data2 / tematico.dxr / 00017_backTematico.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  412 b   |  17 lines

  1. on mouseUp me
  2.   global seccion, personajeSeccion
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   if (the frameLabel contains "au") or (the frameLabel contains "fo") or (the frameLabel contains "vi") then
  7.     if personajeSeccion then
  8.       go(string("pe" & seccion))
  9.     else
  10.       go(string("noticia" & seccion))
  11.     end if
  12.   else
  13.     go("main")
  14.   end if
  15.   set the scrollTop of member "fieldNoticia" to 1
  16. end
  17.